home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-gtk2 / TODO < prev   
Text File  |  2009-07-16  |  512b  |  13 lines

  1. This list is out of date.  Query bugzilla.gnome.org for an up to date
  2. list.
  3.  
  4. Things to do for the gtk 2.0 based release
  5.  
  6. - fix up threading to work with GObject/GSignal/GClosure.  See the
  7.   THREADS file for more info on what is required.
  8.  
  9. - Implement a new PyGtkTreeModel GObject type that can be the base for
  10.   new tree models defined in Python.  Need to look at how the
  11.   GtkTreeIter->tree_node lifetime is handled, as it doesn't look like
  12.   anything is called to let us know that that data should be unrefed.
  13.